'Declaration
<DispIdAttribute(16)> ReadOnly Property ItemCount As Integer
[DispId(16)] int ItemCount {get;}
read-only property ItemCount: Integer;
DispIdAttribute(16)
function get ItemCount : int
[DispId(16)]
__property int get_ItemCount();
[DispId(16)] property int ItemCount { int get(); }